home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format (Portugal) 16
/
PC Format (Portugal) 16.iso
/
Games
/
X-men
/
XMENDEMO.EXE
/
setup.exe
/
0
/
RCDATA
/
TMAINFORM
/
TMAINFORM.txt
< prev
Wrap
Text File
|
1997-10-18
|
6KB
|
255 lines
object MainForm: TMainForm
Left = 93
Top = 137
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'X-Men: The Ravages of Apocalypse (demo version) - Installation'
ClientHeight = 342
ClientWidth = 546
Font.Color = clWindowText
Font.Height = 11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PrintScale = poNone
Scaled = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 15
Top = 18
Width = 182
Height = 267
end
object Bevel2: TBevel
Left = 7
Top = 297
Width = 522
Height = 2
end
object Label1: TLabel
Left = 216
Top = 16
Width = 321
Height = 41
AutoSize = False
Caption =
'Welcome to the X-Men: Ravages of Apocalypse Setup program. This ' +
'program will install X-Men: Ravages of Apocalypse to your comput' +
'er.'
WordWrap = True
end
object Label2: TLabel
Left = 216
Top = 72
Width = 321
Height = 31
AutoSize = False
Caption =
'It is strongly recommended that you exit all Windows programs be' +
'fore running this Setup program.'
WordWrap = True
end
object Label3: TLabel
Left = 216
Top = 112
Width = 321
Height = 31
AutoSize = False
Caption =
'Click Cancel to quit Setup and then close down all other program' +
's you have running. Click Next to continue with the Setup progra' +
'm.'
WordWrap = True
end
object Label4: TLabel
Left = 216
Top = 173
Width = 321
Height = 31
AutoSize = False
Caption =
'WARNING: This program is protected by copyright law and internat' +
'ional treaties.'
WordWrap = True
end
object Label5: TLabel
Left = 216
Top = 213
Width = 321
Height = 44
AutoSize = False
Caption =
'Unauthorized reproduction or distribution of this program, or an' +
'y portion of it, may result in severe civil and criminal penalti' +
'es, and will be prosecuted to the maximum extent possible under ' +
'law.'
WordWrap = True
end
object Image1: TImage
Left = 16
Top = 19
Width = 180
Height = 265
AutoSize = True
Picture.Data = {<image000.bmp>}
end
object Label10: TLabel
Left = 216
Top = 271
Width = 321
Height = 15
AutoSize = False
Caption = 'TM && (C) 1997 Marvel Characters, Inc. All Rights Reserved.'
WordWrap = True
end
object FinishPanel: TPanel
Left = 205
Top = 16
Width = 337
Height = 273
BevelOuter = bvNone
TabOrder = 5
Visible = False
object Label8: TLabel
Left = 16
Top = 8
Width = 313
Height = 33
AutoSize = False
Caption =
'The setup process is now ready to install the files to your comp' +
'uter.'
end
object Label9: TLabel
Left = 16
Top = 56
Width = 313
Height = 17
AutoSize = False
Caption = 'Click on Finish to begin copying the files.'
end
end
object BackBtn: TButton
Left = 264
Top = 312
Width = 75
Height = 25
Caption = '< &Back'
Enabled = False
TabOrder = 0
OnClick = BackBtnClick
end
object NextBtn: TButton
Left = 340
Top = 312
Width = 75
Height = 25
Caption = '&Next >'
TabOrder = 1
OnClick = NextBtnClick
end
object CancelBtn: TButton
Left = 448
Top = 312
Width = 75
Height = 25
Caption = 'Cancel'
TabOrder = 2
OnClick = CancelBtnClick
end
object SelectFolderPanel: TPanel
Left = 208
Top = 8
Width = 329
Height = 283
BevelOuter = bvNone
Font.Color = clWindowText
Font.Height = 15
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 3
Visible = False
object Label6: TLabel
Left = 8
Top = 16
Width = 308
Height = 16
Caption = 'Please specify the location of your Quake executable'
Font.Color = clWindowText
Font.Height = 16
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Label7: TLabel
Left = 8
Top = 216
Width = 308
Height = 53
AutoSize = False
Caption =
'Warning: This program requires 30mb of free uncompressed hard dr' +
'ive space. Please make sure you have sufficient disk space befor' +
'e continuing.'
Font.Color = clWindowText
Font.Height = 16
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object FilenameEdit: TEdit
Left = 24
Top = 53
Width = 212
Height = 23
TabOrder = 0
Text = 'c:\quake\quake.exe'
OnChange = FilenameEditChange
end
object Button1: TButton
Left = 248
Top = 52
Width = 75
Height = 25
Caption = 'Browse'
TabOrder = 1
OnClick = Button1Click
end
end
object ScreenSB: TScrollBar
Left = 40
Top = 312
Width = 113
Height = 16
Max = 3
Min = 1
Position = 1
TabOrder = 4
Visible = False
OnChange = ScreenSBChange
end
object FinishBtn: TButton
Left = 448
Top = 312
Width = 75
Height = 25
Caption = 'Finish'
TabOrder = 6
Visible = False
OnClick = FinishBtnClick
end
object OpenDialog: TOpenDialog
FileEditStyle = fsEdit
FileName = 'c:\quake\quake.exe'
Filter = 'Quake Executable|quake.exe'
InitialDir = 'c:\quake'
Options = [ofReadOnly, ofPathMustExist, ofFileMustExist]
Title = 'Select your Quake executable'
Left = 24
Top = 8
end
end